home *** CD-ROM | disk | FTP | other *** search
- on(release){
- frmPost = new LoadVars();
- frmPost.playername = EnterField.text;
- frmPost.score = _root.Score;
- frmPost.dval = "102x49g58j";
- frmPost.gameid = "blox";
- frmPost.url = _root.HiScoreSaveURL;
- frmPost.send(frmPost.url,"_blank","GET");
- _root.MainMenuMusic.start(0,1000000);
- if(_root.RegisteredVersion == 0)
- {
- _root.ShowBuyMeWindow(1);
- }
- else
- {
- _root.ShowMainMenu();
- }
- }
-